feat(@schematics/angular): add VS Code configurations when generating a new workspace - #22167
Conversation
… a new workspace When generating a new workspace we now generate several VS Code configurations. - extensions: we added config to recommand to use official VS Code extensions. - launch: added run and debug launch scripts for `ng test` and `ng serve` - tasks: configured `npm start` and `npm test` to better support the launch scripts More information about each files can be found - extensions: https://go.microsoft.com/fwlink/?linkid=827846 - launch: https://go.microsoft.com/fwlink/?linkid=830387 - tasks: https://go.microsoft.com/fwlink/?LinkId=733558 Closes #2672
dgp1130
left a comment
There was a problem hiding this comment.
LGTM. I assume we don't want to migrate existing projects since they may already have their own configuration and may not want such a configuration if they don't use VSCode.
Should we consider an optional migration for those than want to update or "canonicalize" their debugging configuration in existing projects?
I don’t feel too strongly about this, but we can surly do an optional migration if we think it will be useful. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
When generating a new workspace we now generate several VS Code configurations.
ng testandng servenpm startandnpm testto better support the launch scriptsMore information about each files can be found
Closes #2672